Shared naming conventions allow teams to collaborate efficiently. In Dart, the convention is that all type names should be in camel-case starting
with a capital letter (aka Pascal case).
This rule raises an issue when a class name does not comply with this convention.